Skip to content

Conversation

@labkey-matthewb
Copy link
Contributor

@labkey-matthewb labkey-matthewb commented Jan 14, 2026

Rationale

McpService for registering MCP tools, etc.
Basic chat page for testing (test-chat.view)

Related Pull Requests

Changes

labkey-matthewb and others added 30 commits September 15, 2025 11:33
migration to spring-ai for chat client
test-chat.view (AbstractAgentAction)
@labkey-matthewb labkey-matthewb requested review from labkey-jeckels and removed request for labkey-jeckels January 14, 2026 20:11
// Build URL with same base as current document, endpoint /query-queryagent.api and prompt parameter
var url = new URL('./query-queryagent.api', window.location.href);
url.searchParams.set('prompt', prompt);
var req = new XMLHttpRequest();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth using LABKEY.Ajax instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code is really trash. I hope it is not long lived.

@labkey-matthewb labkey-matthewb marked this pull request as ready for review January 16, 2026 20:27
Copy link
Contributor

@labkey-jeckels labkey-jeckels left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still need to resolve the dependency conflicts in the server PR.

@labkey-jeckels labkey-jeckels merged commit a5f2ed5 into develop Jan 28, 2026
6 checks passed
@labkey-jeckels labkey-jeckels deleted the fb_sql_experiment branch January 28, 2026 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants